home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Add-Ons / MPW / MPW noweb 2.7 / src / c / match.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-30  |  183 b   |  5 lines  |  [TEXT/MPS ]

  1. extern int is_keyword(char *line, char *keyword);
  2. extern int is_begin(char *line, char *type);
  3. extern int is_end(char *line, char *type);
  4. extern int is_index(char *line, char *type);
  5.